From 9508d19a1267a7ca0d40f924cc455acff1d9c7a3 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 11 Feb 2004 07:17:29 +0000 Subject: [PATCH] (smtpmail-try-auth-methods): Fix typo. --- lisp/mail/smtpmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 1730d131f60..e516133c6a0 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -496,7 +496,7 @@ This is relative to `smtpmail-queue-dir'.") (netrc-get hostentry "login") (netrc-get hostentry "password")))) (smtpmail-find-credentials - smtpmail-auth-credentiaals host port))) + smtpmail-auth-credentials host port))) (passwd (when cred (or (smtpmail-cred-passwd cred) (read-passwd -- 2.30.2